|
|
Hi all,
that's interesting,
I'm about to understand the povray functions but the simple examples (shown
in the official povray doc) doesn't work.
I created an isosurface as follows
isosurface {
function { sqrt(pow(x, 2) + pow(y, 2) + pow(z, 2)) - 2 }
pigment { color Gold }
}
All I get is a block not a sphere. So how is this happening. What did I
forget? any extra command line parameter or anything else?
Thanks in advance,
Christian Parpart.
Post a reply to this message
|
|